40923248 cp2020

  • Home
    • Site Map
    • reveal
    • blog
  • 首YA
  • HW1
    • PCH 15 Introduction to Wireless Networking 無線網絡簡介
      • Wireless LANs 無線局域網
      • Wireless Devices 無線設備
      • Wireless Standards 無線標準
      • Privacy and Security 隱私和安全
      • Wireless Networking Types 無線網絡類型
    • PCH 16  Internet Connectivity 互聯網連接
      • Internet Connectivity 互聯網連接
      • Networking  Internet Connectivity  聯網 Internet連接
      • Setting up a Network 建立網絡
  • HW2
  • HW3
    • Birthday Dictionaries 生日字典
      • Exercise 33  and Solution   練習33 和解決方案
      • Discussion topics 討論主題
      • Dictionaries 辭典
      • QUICK REVIEW 快速復審
      • MORE ON DICTIONARY KEYS 有關字典鍵的更多信息
      • String formatting 字符串格式
      • Solutions 解決方案
    • Tic Tac Toe Draw 井字遊戲抽獎
      • Exercise 27 and Solution 練習27 和解決方案
      • Concepts 概念
      • Solutions解決方案
    • Birthday Plots 生日情節
      • Exercise 36 and Solution 練習36和解決方案
      • Discussion 討論區
      • When to make plots 什麼時候作圖
      • Plotting libraries in Python 用Python繪製庫
      • Installing bokeh 安裝背景虛化
      • Using bokeh 使用散景
  • 心得
  • 自評 65 分
Plotting libraries in Python 用Python繪製庫 << Previous Next >> Using bokeh 使用散景

Installing bokeh 安裝背景虛化

To use bokeh, we first have to install it. Unlike something like json or Counter from previous exercises, bokeh does not come installed with Python.

If you are using the Anaconda Python distribution (which you should, if you are on Windows!) then you can install bokeh by typing

conda install bokeh
in the Windows command prompt or the bash shell.

On OSX or GNU / Linux, just type

pip3 install bokeh
(If you have are using Python 2, you should do pip install bokeh.)

要使用bokeh,我們首先必須安裝它。與以前的練習中的json或Counter之類的東西不同,Python不附帶bokeh。

如果使用的是Anaconda Python發行版(如果在Windows上,則應使用該發行版),然後可以通過鍵入來安裝bokeh

康達安裝散景
在Windows命令提示符或bash shell中。

在OSX或GNU / Linux上,只需鍵入

pip3安裝散景
(如果您使用的是Python 2,則應執行pip install bokeh。)


Plotting libraries in Python 用Python繪製庫 << Previous Next >> Using bokeh 使用散景

Copyright © All rights reserved | This template is made with by Colorlib